[INFO] cloning repository https://github.com/tangle-network/dockworker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tangle-network/dockworker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftangle-network%2Fdockworker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftangle-network%2Fdockworker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ff76e5edcf3d3983e6ae2e0a316234b1bad08037
[INFO] testing tangle-network/dockworker against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftangle-network%2Fdockworker" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tangle-network/dockworker
[INFO] finished tweaking git repo https://github.com/tangle-network/dockworker
[INFO] tweaked toml for git repo https://github.com/tangle-network/dockworker written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tangle-network/dockworker on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tangle-network/dockworker already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bb7894fd7cc4c3b83c29dac9ce74d10aa1629088eb92cd8458a476791680d867
[INFO] running `Command { std: "docker" "start" "-a" "bb7894fd7cc4c3b83c29dac9ce74d10aa1629088eb92cd8458a476791680d867", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb7894fd7cc4c3b83c29dac9ce74d10aa1629088eb92cd8458a476791680d867", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb7894fd7cc4c3b83c29dac9ce74d10aa1629088eb92cd8458a476791680d867", kill_on_drop: false }`
[INFO] [stdout] bb7894fd7cc4c3b83c29dac9ce74d10aa1629088eb92cd8458a476791680d867
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d034e4492570421095380b399ec9e27053e15d0c6225525b4fd94554e4e591c7
[INFO] running `Command { std: "docker" "start" "-a" "d034e4492570421095380b399ec9e27053e15d0c6225525b4fd94554e4e591c7", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling serde_with v3.16.1
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling uuid v1.20.0
[INFO] [stderr]    Compiling sysinfo v0.35.2
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling bollard-stubs v1.49.1-rc.28.4.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling hyperlocal v0.9.1
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling bollard v0.19.4
[INFO] [stderr]    Compiling docktopus v0.5.0-alpha.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
[INFO] running `Command { std: "docker" "inspect" "d034e4492570421095380b399ec9e27053e15d0c6225525b4fd94554e4e591c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d034e4492570421095380b399ec9e27053e15d0c6225525b4fd94554e4e591c7", kill_on_drop: false }`
[INFO] [stdout] d034e4492570421095380b399ec9e27053e15d0c6225525b4fd94554e4e591c7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ec3e2d32747eca9b589a1e1319bae05200eaa9de16e441a7c44b3e84d77f8b56
[INFO] running `Command { std: "docker" "start" "-a" "ec3e2d32747eca9b589a1e1319bae05200eaa9de16e441a7c44b3e84d77f8b56", kill_on_drop: false }`
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling color-eyre v0.6.5
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling hyperlocal v0.9.1
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling bollard v0.19.4
[INFO] [stderr]    Compiling docktopus v0.5.0-alpha.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `docktopus` (test "optimism")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name optimism --edition=2024 tests/optimism.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --deny=rust_2018_idioms '--deny=clippy::pedantic' '--deny=clippy::all' --deny=unused_import_braces '--allow=clippy::uninlined_format_args' --deny=trivial_numeric_casts --deny=trivial_casts '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::needless_late_init' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::items_after_statements' '--allow=clippy::implicit_hasher' '--deny=rustdoc::broken_intra_doc_links' --allow=async_fn_in_trait '--allow=clippy::assigning_clones' --test --cfg 'feature="async-trait"' --cfg 'feature="bollard"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="deploy"' --cfg 'feature="futures"' --cfg 'feature="futures-util"' --cfg 'feature="ipnet"' --cfg 'feature="reqwest"' --cfg 'feature="sysinfo"' --cfg 'feature="tar"' --cfg 'feature="tempfile"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --cfg 'feature="uuid"' --cfg 'feature="walkdir"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-trait", "bollard", "bytes", "default", "deploy", "futures", "futures-util", "ipnet", "reqwest", "sysinfo", "tar", "tempfile", "tokio", "tracing", "uuid", "walkdir"))' -C metadata=034a94d7832ea5a4 -C extra-filename=-e75b5fb646115990 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-17b2f5ebe3869aa5.so --extern bollard=/opt/rustwide/target/debug/deps/libbollard-46fda5a14809c923.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-752d6eacdc0bb513.rlib --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-5af52f617df93f8f.rlib --extern color_eyre=/opt/rustwide/target/debug/deps/libcolor_eyre-160d4c0060edf77b.rlib --extern docktopus=/opt/rustwide/target/debug/deps/libdocktopus-e473bb6f796afa48.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-7217505a02fde294.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-ddcddd2d1a5e55c0.rlib --extern ipnet=/opt/rustwide/target/debug/deps/libipnet-9aae67a4e846df6d.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-d269868761ac548a.rlib --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-64d41c4183345cb9.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-661d0e25aefbfd44.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-f964510ad3ca0749.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-f8ce708018caa49b.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-fc93085ef053c7f3.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-47f495ac9affe581.rlib --extern shell_words=/opt/rustwide/target/debug/deps/libshell_words-6fc0b2e7f7651d11.rlib --extern sysinfo=/opt/rustwide/target/debug/deps/libsysinfo-ec3b5e4956f602c0.rlib --extern tar=/opt/rustwide/target/debug/deps/libtar-012ec7df72809d57.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-f466928b812fbb84.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-2639ab6c4a0f696d.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-03c601d7798b2adb.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-bfc5ea6f98f4d3b4.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-b10a3a97277c3676.rlib --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-a3e1a79fd47b5b12.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `docktopus` (test "resource_limits")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name resource_limits --edition=2024 tests/resource_limits.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --deny=rust_2018_idioms '--deny=clippy::pedantic' '--deny=clippy::all' --deny=unused_import_braces '--allow=clippy::uninlined_format_args' --deny=trivial_numeric_casts --deny=trivial_casts '--allow=clippy::transmute_ptr_to_ptr' '--allow=clippy::too_many_lines' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::needless_late_init' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::items_after_statements' '--allow=clippy::implicit_hasher' '--deny=rustdoc::broken_intra_doc_links' --allow=async_fn_in_trait '--allow=clippy::assigning_clones' --test --cfg 'feature="async-trait"' --cfg 'feature="bollard"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="deploy"' --cfg 'feature="futures"' --cfg 'feature="futures-util"' --cfg 'feature="ipnet"' --cfg 'feature="reqwest"' --cfg 'feature="sysinfo"' --cfg 'feature="tar"' --cfg 'feature="tempfile"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --cfg 'feature="uuid"' --cfg 'feature="walkdir"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-trait", "bollard", "bytes", "default", "deploy", "futures", "futures-util", "ipnet", "reqwest", "sysinfo", "tar", "tempfile", "tokio", "tracing", "uuid", "walkdir"))' -C metadata=dc0746203cd64ff8 -C extra-filename=-63f5880c22b07100 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-17b2f5ebe3869aa5.so --extern bollard=/opt/rustwide/target/debug/deps/libbollard-46fda5a14809c923.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-752d6eacdc0bb513.rlib --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-5af52f617df93f8f.rlib --extern color_eyre=/opt/rustwide/target/debug/deps/libcolor_eyre-160d4c0060edf77b.rlib --extern docktopus=/opt/rustwide/target/debug/deps/libdocktopus-e473bb6f796afa48.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-7217505a02fde294.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-ddcddd2d1a5e55c0.rlib --extern ipnet=/opt/rustwide/target/debug/deps/libipnet-9aae67a4e846df6d.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-d269868761ac548a.rlib --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-64d41c4183345cb9.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-661d0e25aefbfd44.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-f964510ad3ca0749.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-f8ce708018caa49b.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-fc93085ef053c7f3.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-47f495ac9affe581.rlib --extern shell_words=/opt/rustwide/target/debug/deps/libshell_words-6fc0b2e7f7651d11.rlib --extern sysinfo=/opt/rustwide/target/debug/deps/libsysinfo-ec3b5e4956f602c0.rlib --extern tar=/opt/rustwide/target/debug/deps/libtar-012ec7df72809d57.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-f466928b812fbb84.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-2639ab6c4a0f696d.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-03c601d7798b2adb.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-bfc5ea6f98f4d3b4.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-b10a3a97277c3676.rlib --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-a3e1a79fd47b5b12.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "ec3e2d32747eca9b589a1e1319bae05200eaa9de16e441a7c44b3e84d77f8b56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec3e2d32747eca9b589a1e1319bae05200eaa9de16e441a7c44b3e84d77f8b56", kill_on_drop: false }`
[INFO] [stdout] ec3e2d32747eca9b589a1e1319bae05200eaa9de16e441a7c44b3e84d77f8b56
